home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / chng1_6.zip / CHANGE.DOC next >
Text File  |  1992-08-16  |  4KB  |  65 lines

  1. PCBOARD is a registered trademark of Clark Development Company, inc.
  2.  
  3. CHANGE.EXE was developed using CDC's TOOLKIT for PCBOARD.
  4.  
  5. *:::::::::::::::::::::::::::[ DISCLAIMER ]:::::::::::::::::::::::::::::::::*
  6.  
  7. CHANGE.EXE by Bill Shields is released to public domain.
  8.  
  9. CHANGE.EXE is provided AS IS without any warranty,  expressed or implied.
  10. This  includes  without  limitation  the  fitfulness  to  a particular
  11. purpose or application and any warranties of merchantability.  While I tried
  12. to be as thorough as  possible while  debugging CHANGE.EXE, I shall  not  be
  13. liable for any damages, whether direct, indirect, special,  or  consequential
  14. arising  from a failure of CHANGE.EXE to operate in a manner desired by the
  15. user. I shall  not be  liable for  any damage to data or property which may
  16. by caused directly or indirectly  by use of CHANGE.EXE.
  17.  
  18. In no event will I be liable to you for any damages, including any lost
  19. profits, lost savings or  other incidental or consequential  damages arising
  20. out of your use or inability to use the program, or for any claim by any
  21. other party.
  22.  
  23. *::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*
  24.  
  25.  
  26. NOTE: The following screen produced by executing CHANGE.EXE with no parameters.
  27.  
  28. CHANGE Ver 1.6  Requires PCBOARD's USERS.SYS file.                              
  29.                                                                                 
  30. Usage: CHANGE [ONLY:level] [/L0:N|R] [/Cx:N|R] [/Rx:N|R] [/Px:N|R] [SEC:level]  
  31.               [MSG:N|R] [ZDN] [ZUP]                                             
  32. N|R is a Number or Range of numbers.                                            
  33. N ...... /Cx:1,5,7,20,122      (Specific conferences delimited with commas)     
  34.   R .... /Cx:70-75             (Range of conferences separated by a dash)       
  35.                                                                                 
  36.       x ║  SYSOP ║ SCAN             /L0: ... Locked out         ("L")           
  37.      ═══╬════════╬══════            /Cx: ... Registered         ("R")           
  38.       0 ║   NO   ║  NO              /Rx: ... Registered/Expired ("RX")          
  39.       1 ║   YES  ║  NO              /Px: ... Public access only (" ")           
  40.       2 ║   YES  ║  YES             SEC: ... Assign security level              
  41.       3 ║   NO   ║  YES             MSG: ... Mail waiting flag                  
  42.  ZDN ... Zero download files/bytes  ZUP .... Zero upload files/bytes            
  43. ================================[ EXAMPLE ]==============================       
  44.            CHANGE SEC:50 /C2:5 /R3:1-4 /R3:10 /C3:11,13,15 MSG:5                
  45.  SEC:50        Change Security level to 50                                      
  46.  MSG:5         Message left in conference 5 (i.e. about SYSOP access)           
  47.  /C2:5         Registered in conference 5 (SYSOP and SCAN)                      
  48.  /R3:1-4       Registered/Expired conference 1 thru 4 (SCAN)                    
  49.  /R3:10        Registered/Expired conference #10 (SCAN)                         
  50.  /C3:11,13,15  Registered in conference 11,13,15 (SCAN)                         
  51.  
  52.  
  53. The "ONLY:level" parameter, if used, must be the first paramter!  For example:
  54.  
  55. CHANGE ONLY:55 SEC:45 ZDN ZUP
  56.  
  57. Would change "ONLY" those users with a security level 55 to a level of 45.  
  58. Their download files/bytes and upload files/bytes will be zero'd out.
  59.  
  60. The "ONLY:level" parameter is the only parameter that is sensitive to its
  61. location on the command line.
  62.  
  63.  
  64.                                                                                 
  65.